projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d85e0df
)
* lisp/emacs-lisp/easy-mmode.el (easy-mmode--arg-docstring): Doc typo.
author
Glenn Morris
<rgm@gnu.org>
Sun, 1 Nov 2020 17:39:44 +0000
(09:39 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 1 Nov 2020 17:39:44 +0000
(09:39 -0800)
lisp/emacs-lisp/easy-mmode.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/easy-mmode.el
b/lisp/emacs-lisp/easy-mmode.el
index a5a971a6981fafb2a4f6e162197c019547e3bba1..77f10e61c6cb810c3af405bd39535b91f101c5f7 100644
(file)
--- a/
lisp/emacs-lisp/easy-mmode.el
+++ b/
lisp/emacs-lisp/easy-mmode.el
@@
-88,7
+88,7
@@
If called interactively, toggle `%s'. If the prefix argument is
positive, enable the mode, and if it is zero or negative, disable
the mode.
-If called from Lisp, toggle the mode if
if
ARG is `toggle'.
+If called from Lisp, toggle the mode if ARG is `toggle'.
Enable the mode if ARG is nil, omitted, or is a positive number.
All other values will disable the mode.